﻿.hidden {
	display:none;
}

.body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 11px;
	color: black;
	background: #C6C3C6;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

img, a img {
	border: 0;
}

body div {
	display: block;
	text-align: left;
}

.sep {
	clear: both;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	background: white;
}

.header_wrapper {
	clear: both;
	width: 100%;
	height: 170px;
}

.content_wrapper {
	clear: both;
	width: 100%;
}

.footer_wrapper {
	clear: both;
	width: 100%;
	height: 220px;
	background: url(/_layouts/images/UmSoft.YR/footer_bg.gif) top left repeat-x;
}

.left_column {
	/*float: left;*/
	width: 185px;
}

.content {
	float: left;
	/*width: 585px; убрал, чтоб http://beta.yarregion.ru/jobs/results.aspx работал*/
}

.content-2col {
	float: left;
	width: 795px;
}

.content_wrapper > .content-2col {
	float: left;
	width: 785px;
}

.right_column {
    padding-top: 0px;
	float: none;/*none needs on /default.aspx, left needs on public/priem.aspx, for example*/
	font-size:11px;
	width: 210px;
}
.content-2col > .right_column {
	float:left;
}
/**
 * Header
 */
.header_left {
	float: left;
	width: 765px;
	height: 170px;
	margin-right: 5px;
	overflow: hidden;
}

.header_right {
	float: left;
	width: 210px;
	height: 170px;
	overflow: hidden;
}

.header_left_menu {
	height: 35px;
}

ul.top_menu {
	display: block;
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
}

ul.top_menu li {
	display: inline;
	padding: 0 0 0 2em;
	font-size: 11px;
	line-height: 20px;
	margin-top: 10px;
	background: url(/_layouts/images/UmSoft.YR/marker_black_1.gif) 1em center no-repeat;
}

ul.top_menu li.first {
	background: none;
}

ul.top_menu li.last {
	padding-right: 1em;
}

ul.top_menu li a {
	font-weight: normal;
	text-decoration: underline;
	color: black
}

ul.top_menu li a:hover {
	text-decoration: none;
}

.header_left_logo {
	height: 135px;
	background: url(/_layouts/images/UmSoft.YR/logo_bg.gif) top left repeat-x;
}

.header_right_date {
	height: 48px;
	background: url(/_layouts/images/UmSoft.YR/right_date_bg.gif) top left repeat-x;
}

.header_right_date .inner {
	float: left;
	text-align: left;
	margin: 15px 0 0 10px;
	font-size: 11px;
}

.header_right_date div.inner span.date {
}

.header_right_date div.inner span.lang a {
	font-weight: bold;
	color: #115682;
	padding-left: 10px;
	background: url(/_layouts/images/UmSoft.YR/marker_black.gif) 3px center no-repeat;
}

.header_right_search {
	height: 117px;
}

.header_right_search_s {
	height: 73px;
	background: #e0e0e0;
	margin-bottom: 5px;
}

.main_search_form {

}

.main_search_form .title {
	color: #b2b2b2;
	font-size: 10px;
	padding: 10px 0 0 10px;
}

.main_search_form input {
	color: #b2b2b2;
	width: 185px;
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.main_search_form_link {
	display: block;
	float: right;
	margin: 7px 15px 0 0;
	color: #115680;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 15px;
	background: url(/_layouts/images/UmSoft.YR/search_marker.gif) right center no-repeat;
}


.main_search_form_link:hover {
	text-decoration: none;
}

.header_right_search_r {
	height: 39px;
	background: url(/_layouts/images/UmSoft.YR/right_search_r_bg.gif) top left repeat-x;
}

.header_right_search_r .inner {
	float: left;
	margin: 10px 0 0 0;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.header_right_search_r .inner a {
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.header_right_search_r .inner span.r_1, .header_right_search_r .inner span.r_2{
	padding: 0 17px;
}

.header_right_search_r .inner span.r_2{
	background: url(/_layouts/images/UmSoft.YR/marker_white.gif) left center no-repeat;
}

.header_left_logo_l {
	float: left;
	width: 190px;
	height: 135px;
	background: url(/_layouts/images/UmSoft.YR/logo_l_bg.gif) center -5px no-repeat;
	text-align: center;
}

.header_left_logo_s {
	float: left;
	width: 575px;
	height: 135px;
}

.header_left_logo_s a h1 {
	font-family: tahoma;
	font-size: 25px;
	color: white;
	font-weight: normal;
	margin-top: 35px;
}

.header_left_logo_s a:hover {
	text-decoration: none;
}

/**
 * Right column
 */
.announcements {
	display: block;
    margin-top:0px;
	width: 210px;
	overflow: auto;
	background: url(/_layouts/images/UmSoft.YR/announcements_bg.gif) center top no-repeat;
}

.announcements h3.title {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

.announcement {
	padding: 15px 5px 15px 10px;
	background-color: #ffe99e;
	border-top: 1px gray solid;
}

.announcement .date {
	font-size:11px;
}

.announcement .text, .announcement .text a {
	color: black;
	font-size: 11px;
	margin: 5px 0;
}

.announcement .place {
	font-size: 10px;
	font-weight: bold;
}

.announcements .more {
	float: right;
	margin-top: 2px;
	width: 119px;
	height: 24px;
	background: url(/_layouts/images/UmSoft.YR/announcements_more_bg.gif) left top no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.announcements .more a {
	margin-left: 15px;
	line-height: 20px;
	color: black;
}

.announcements .more a:hover {
	text-decoration: none;
}

.banner {
	border: 1px solid #adadad;
	overflow: auto;
	margin-top: 10px;
}

.right_banners {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.left_banners {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner .inner {
	overflow: hidden;
}

.left_banner {
	width: 162px;
	height: 78px;
	overflow: hidden;
}

.right_banner {
	width: 208px;
	height: 98px;
	overflow: hidden;
}

.left_banner .inner .img {
	width: 65px;
	height: 78px;
}

.right_banner .inner .img {
	width: 85px;
	height: 98px;
}

.banner .inner .img {
	border: 0;
	float: left;
	background: white;
	text-align: center;
	overflow: hidden;
}

.left_banner .inner .text {
	width: 92px;
	height: 78px;
}

.right_banner .inner .text {
	width: 118px;
	height: 98px;
}

.banner .inner .text {
	border: 0;
	float: right;
	overflow: hidden;
	background: url(/_layouts/images/UmSoft.YR/banner_bg.gif) left top repeat-x;
}

.banner .inner .text .text_1 {
	margin: 20px 0 0 3px;
	font-weight: bold;
	font-size: 12px;
}

.banner .inner .text .text_1 a {
	color: black;
}

.banner .inner .text .text_1 a:hover {
	text-decoration: none;
}

.banner .inner .text .text_2 {
	margin-top: 10px;
	margin-left: 5px;
}


/**
 * Left column
 */
.additional_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.additional_menu ul li {
	padding: 0 0 0 70px;
	margin-bottom: 1px;
	background-color: #f4f4f4;
	height: 50px;
	font-size: 11px;
}

.additional_menu ul li.sitemap {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_sitemap.gif) 15px center no-repeat;
}

.additional_menu ul li.deptmap {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_deptmap.gif) 15px center no-repeat;
}


.additional_menu ul li.archive {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_archive.gif) 15px center no-repeat;
}

.additional_menu ul li.pda {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_pda.gif) 15px center no-repeat;
}

.additional_menu ul li.wap {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_wap.gif) 15px center no-repeat;
}

.additional_menu ul li.slep {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_slep.gif) 15px center no-repeat;
}

.additional_menu ul li.rss {
	background:  #f4f4f4 url(/_layouts/images/UmSoft.YR/a_rss.gif) 15px center no-repeat;
}

.additional_menu ul li div {
	padding-top: 10px;
}

.additional_menu ul li a {
	color: #115682;
	text-decoration: underline;
}

.additional_menu ul li a:hover {
	text-decoration: none;
}
.additional_menu h3.title {
	font-weight: bold;
	font-size: 14px;
	background: url(/_layouts/images/UmSoft.YR/marker_black_3.gif) 5px center no-repeat;
	padding-left: 15px;
}

.calendar {
	margin: 10px 0;
}
.calendar .head {
	width: 169px;
	height: 31px;
	margin-bottom: 2px;
	background: url(/_layouts/images/UmSoft.YR/calendar_bg.gif) center top no-repeat;
	text-align: center;
	font-weight: bold;

}

.calendar .head div {
	diaplay: block;
	text-align: center;
	padding-top: 10px;
}

.calendar .head div span {
	padding: 0px 5px;
	font-size: 11px;
}

table.calendar {
	border: 1px solid #c8c8c8;
	font-size: 10px;
	width: 169px;
}

table.calendar tr.r1 td {
	border-right: 1px solid #c8c8c8;
	background-color: #f6f0e0;
	color: #7a776e;
	width: 20px;
	text-transform: uppercase;
	text-align: center;
	height: 19px;
}

table.calendar tr.r1 td.last {
	border-right: none;
}

table.calendar tr.r2 td {
	border-right: 1px solid #c8c8c8;
	background-color: #ffffff;
	color: #7a776e;
	width: 21px;
	text-transform: uppercase;
	text-align: center;
	height: 26px;
}

table.calendar tr.r2 td.active {
	background-color: #fef8de;
}

table.calendar tr.r2 td.last {
	border-right: none;
}

table.calendar tr.r3 td {
	background-color: #fef8de;
	padding: 5px;
}

table.calendar tr.r3 td a {
	color: black;
}

/**
 * Menu
 */
.menu {
	margin: 0px 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px; /* Width of Menu Items */
	float: left;
}

.menu ul li {
	position: relative;
	padding: 5px 0 ;
	background: url(/_layouts/images/UmSoft.YR/menu_bg.gif) left center no-repeat;
	padding-left: 20px;
	margin-bottom: 2px;
}



/*Sub level menu items */
.menu ul li ul {
	position: absolute;
	width: 175px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background: #f3f3f3;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
    opacity: .90;
}

.menu ul li ul li {
	background: #373737;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
    opacity: .90;
}

.menu ul li ul li a {
	color: white;
	font-weight: normal;
}

.menu ul li ul li a:hover {
	color: white;
	text-decoration: underline;
	background: #373737;
}

/* Sub level menu links style */
.menu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #11567f;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 1px 5px;
	border-bottom: 0;
}

.menu ul li a:hover {
	color: black;
	text-decoration: none;
}

.menu .subfolderstyle {
}

/* Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */


/**
 * Main
 */
.main {
	margin-top: 0px;
}

.main .photo {
	float: left;
	background: #aeaeae;
	width: 300px;
	height: 274px;
	text-align: center;
}

.main .photo_eng {
	float: center;
	background: #aeaeae;
	width: 547px;
	height: 336px;
	text-align: left;
}

.main .photo img {
	margin: 2px 10px;
}

.main .news {
	float: left;
	background: #5c5c5c;
	width: 280px;
	/*height: 276px;*/
	height: 276px;
	text-align: center;
	overflow: hidden;
}

.main .news .title {
	width: 280px;
	height: 32px;
	background: url(/_layouts/images/UmSoft.YR/news_bg.gif) left top no-repeat;
}

.main .news .title h2 {
	color: white;
	height: 32px;
	padding-left: 20px;
	padding-top: 7px;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.main .news .new_item {
	display: block;
	background: #373737;
	padding: 5px;
	margin: 2px 5px;
}

.main .news .new_item .date {
	color: #b6b6b6;
	margin-bottom: 3px;
	font-size: 11px;

}

.main .news .new_item .date span {
	color: #909090;
}

.main .news .new_item .text, .news .new_item .text a {
	color: white;
	font-size: 11px;
}

.main .news .new_item .text a {
	color: white;
	display: block;
	padding-top: 2px;
	padding-bottom: 10px;
	background: transparent url(/_layouts/images/UmSoft.YR/news_more.gif) right bottom no-repeat;
}

.main .news .new_item .more {
	text-align: right;
}

.main .title {
	float: left;
	background: #dfdfdf;
	width: 300px;
	height: 110px;
	margin-top: 0;
}

.main .title .date {
	background: #c2c2c2;
	margin-left: 16px;
	margin-top: 6px;
	color: #5c5c5c;
	padding: 12px 15px 8px 15px;
	width: 140px;
	font-size: 11px;
}

.main .title .date span {
	color: #8a8a8a;
}

.main .title .text {
	margin-left: 16px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}

.main .title .text a {
	color: black;
}

.main .email {
	display: block;
	float: left;
	background: url(/_layouts/images/UmSoft.YR/email_bg.gif) left bottom repeat-x;
	width: 277px;
	margin-left: 3px;
	height: 110px;
}

.main .email .all_news {
	margin-top: 2px;
	float: right;
	clear: both;
	width: 119px;
	height: 24px;
	background: url(/_layouts/images/UmSoft.YR/all_news_bg.gif) left top no-repeat;
}

.main .email .all_news a {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-left: 7px;
	padding-top: 4px;
}

.main .email .all_news a:hover {
	text-decoration: none;
}

.main .email .email_form {
	clear: both;
	padding-top: 10px;
	background: url(/_layouts/images/UmSoft.YR/email.gif) 15px 40px no-repeat;
}

.main .email .email_form .SubscribeMain td{
    font-family: Tahoma;
    margin: 0 0 5px;
	font-size: 11px;
	width: 207px;	
    padding-left: 70px;				`
}

.email_text {
    font-family: Tahoma;
	font-size: 11px;
    height: 20px;
}


.email_input {
	width: 80px;	
}


.email_button {
    border: 0;
	color:#115680;
	text-transform:uppercase;
	font-size:10px;
}


/**
 * Footer
 */
.footer_left {
	float: left;
	width: 770px;
	height: 220px;
}
.footer_left_eng {
	float: left;
	width: 770px;
	height: 90px;
}

.footer_right {
	float: left;
	width: 210px;
	height: 220px;
}

.footer_left_menu {
	height: 157px;
}

.footer_menu_1 {
	float: left;
	width: 180px;
	height: 157px;
}

.footer_menu_2 {
	float: left;
	width: 590px;
	height: 157px;
}

.footer_wrapper .inner {
	margin: 15px;
	color: white;
	font-size: 11px;
}

.footer_wrapper .inner h3.title {
	font-weight: bold;
	font-size: 14px;
	background: url(/_layouts/images/UmSoft.YR/marker_white_1.gif) left 1px no-repeat;
	padding-left: 10px;
	margin-bottom: 0;
}

.footer_wrapper .inner p {
	padding-left: 10px;
}

.footer_wrapper .inner ul.links {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

.footer_wrapper .inner ul.links_3 {
	padding: 0 0 0 0;
}

.footer_wrapper .inner ul.links li {
	border-bottom: 1px solid #ae3335;
	padding: 1px 0 5px 0;
}

.footer_wrapper .inner ul.links li a {
	text-decoration: underline;
	padding-right: 15px;
	background: url(/_layouts/images/UmSoft.YR/arr.gif) right center no-repeat;
	color: white;
}

.footer_wrapper .inner ul.links_3 li a {
	background: none;
}

.footer_wrapper .inner ul.links li a:hover {
	text-decoration: none;
}

.footer_wrapper .inner ul.links_1, .footer_wrapper .inner ul.links_2 {
	display: block;
	float: left;
	width: 47%;
}

.footer_left_copy {
	height: 63px;
	background: url(/_layouts/images/UmSoft.YR/copy_bg.gif) left top repeat-x;
}

.footer_left_copy_r {
	float: right;
	width: 9px;
	height: 63px;
	background: url(/_layouts/images/UmSoft.YR/copy_r_bg.gif) 0 0 no-repeat;
}

.footer_left_copy_s {
	float: right;
	width: 280px;
	height: 63px;
}

.footer_left_copy_c {
	float: right;
	width: 300px;
	height: 63px;
}

.footer_left_copy_c p {
	padding-top: 20px;
	margin-top: 0;
	text-align: center;
 	font-size: 11px;
 	color: #676767;
}

.footer_left_copy_s p {
	padding-top: 20px;
	margin-top: 0;
	text-align: center;
 	font-size: 11px;
 	color: #676767;
}


.footer_left_copy_counters {
	float: right;
	width: 180px;
	height: 63px;
	text-align: center;
}

.footer_left_copy_counters img {
	border: 0;
	margin: 20px 1px 0 1px;
}

.footer_right .inner {
	margin-right: 5px;
}

.footer_search_form input {
	display: block;
	float: right;
	color: #b2b2b2;
	width: 180px;
	font-size: 10px;
	margin: 20px 10px 0 10px;
}

.footer_search_form a.submit {
	display: block;
	float: right;
	margin: 23px 5px 0 0;
	color: #115680;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 15px;
	background: url(/_layouts/images/UmSoft.YR/search_marker.gif) right center no-repeat;
}

.footer_search_form a.submit:hover {
	text-decoration: none;
}

/**
 * Content
 */
.map {
    padding-top: 20px;
}
 
.map h2.title {
	font-weight: bold;
	font-size: 14px;
	background: url(/_layouts/images/UmSoft.YR/marker_black_2.gif) left center no-repeat;
    padding: 0 0 0 10px;
	width:100%;
	vertical-align:top;
	height:100%;
}

/**
 * Common style definition
 */
.content_wrapper {
	font-size: 12px;
}
.content_wrapper h2.title {
	font-weight: bold;
	font-size: 14px;
	background: url(/_layouts/images/UmSoft.YR/marker_black_2.gif) 3px center no-repeat;
	padding-left: 10px;
}
.content_wrapper div.title {
	font-weight: bold;
	font-size: 14px;
	background: url(/_layouts/images/UmSoft.YR/marker_black_2.gif) 3px center no-repeat;
	padding-left: 10px;
}
.content_wrapper h3.title {
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}
.content_wrapper h3.subtitle {
	background: #E0E0E0 url(/_layouts/images/UmSoft.YR/calendar_adv_bg.gif) 10px center no-repeat;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px 0 10px 20px;
}

.content_wrapper h3.subtitle_nopad {
	background: #E0E0E0 url(/_layouts/images/UmSoft.YR/calendar_adv_bg.gif) 10px center no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 10px;
}

.content_wrapper .date {
	color:#949494;
	margin-bottom: 3px;
	margin-left: 5px;
}
.content_wrapper .content-image {
	float: left;
	display: block;
	width: 280px;
	background-color: #5c5c5c;
	margin: 5px;
	text-align: center;
	overflow: auto;
}
.content_wrapper .content-image img {
	border: 5px solid #b9b9b9;
}
.content_wrapper .keyword {
	font-size: 11px;
}
.content_wrapper .keyword a {
	color: #115682;
}
.content_wrapper .author {
	color:#949494;
	margin: 5px 0;
	font-size: 11px;
	font-style: italic;
}

table.content {
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	margin: 10px 0;
}
table.content td, table.content th {
	padding: 10px 5px;
	border: 1px solid #e0e0e0;
}
table.content th {
	background-color: #fff4ce;
}
table.content tr.odd td {
	background-color: #ffffff;
}
table.content tr.even td {
	background-color: #f9f9f9;
}

.right_column .yellow_title {
	background-color: #FFE99E;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 10px 5px;
	/*height:34px; убран*/
}

.more-list {
	margin-bottom: 5px;
	margin-right: 5px;
}
.more-list .more-item {
	margin-top: 2px;
	background-color: #f6f6f6;
	padding: 10px 25px;
}
.more-list .more-item .date {
	color: #5b5b5b;
	margin-bottom: 10px;
}
.more-list .more-item .text a {
	color: #115680;
	text-decoration: underline;
}
.more-list .more-item .text a:hover {
	text-decoration: none;
}


.adv_search {
	display: block;
	background-color: #f6f6f6;
	padding: 5px;
	font-size: 12px;
}

.adv_search .section {
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0 10px 0;
}
.section .title {
	margin: 3px 0;
}
.section .note {
	color: #7b7b7b;
	font-size: 10px;
}
.adv_search textarea {
	width: 190px;
	height: 100px;
}
#section-submit {
	border-bottom: none;
	text-align: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

.content_wrapper .more_links {
	margin: 20px 10px 10px 10px;
}
.content_wrapper .more_links ul {
	display: block;
	text-align: right;
}
.content_wrapper .more_links ul li {
	float: right;
	display: block;
	padding: 10px 20px;
	border-right: 1px solid #afafaf;
}
.content_wrapper .more_links ul li.last {
	border-left: 1px solid #afafaf;
}

/**
 * Breadcrumbs
 */
.breadcrumbs {
	font-size: 11px;
	padding-bottom: 10px;
}
.breadcrumbs a {
	color:#115682 !important;
	text-decoration:underline;
}

/* Press Center */
.news_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/news.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 40px;
}

.calendar_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/calendar.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 43px;
}

.press_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/pressrelease.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 43px;
}

.video_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/video.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 43px;
}

.contacts_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/contacts.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 43px;
}

.photo_title {
   font-size: 14px;	
   background: url(/_layouts/images/UmSoft.YR/photo.gif) left bottom no-repeat;
   height: 33px;
   vertical-align: bottom;
   padding-left: 43px;
}

/* Text */
.text {
  font-size: 12px;				
}

.textlink {
  font-size: 12px;	
  color:navy;			
}

/* Меню в разделе про губернатора, стили которого расползлись по всему порталу */
.menu-gub {
	height: 28px;
	background: url(/_layouts/images/UmSoft.YR/menu-gub.gif) left top repeat-x;
	margin-bottom: 5px;
	margin-top: 3px;
}
.menu-gub ul {
	display: block;
	margin: 0;
	padding-left: 0;
	text-align: left;
}
.menu-gub ul li {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 20px 0 30px;
	border-left: 2px solid white;
	height: 28px;
	background: url(/_layouts/images/UmSoft.YR/menu-gub-marker.gif) 15px center no-repeat;
}



.press_center .title {
	color: #b2b2b2;
	font-size: 10px;
	padding: 10px 0 0 10px;
}

.press_center_ddl {
	width: 450px;
}

.press_center_link {
	display: block;
	float: right;
	margin: 7px 15px 0 0;
	color: #115680;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 15px;
}

.labelError {
	color: red;
}

.labelInfo {
	color: green;								
}

.linkButton {
	color: #115680;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
